From: iap10@labyrinth.cl.cam.ac.uk Date: Wed, 17 Sep 2003 10:39:03 +0000 (+0000) Subject: bitkeeper revision 1.429 (3f6839c7Mu4UyjG7aI6CXeQXtC0p9g) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18698 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=ff29d200be5e8b463bc462daf0cc872254f0bd2b;p=xen.git bitkeeper revision 1.429 (3f6839c7Mu4UyjG7aI6CXeQXtC0p9g) turno off debuggin in xen_read_console --- diff --git a/tools/misc/xen_read_console.c b/tools/misc/xen_read_console.c index 632b01ad9a..4e82492bec 100644 --- a/tools/misc/xen_read_console.c +++ b/tools/misc/xen_read_console.c @@ -36,10 +36,11 @@ int main(void) (struct sockaddr *)&from, &fromlen)) >= 0 ) { +#if 0 printf("%d-byte message from %s:%d --\n", len, inet_ntop(AF_INET, &from.sin_addr, abuf, sizeof(abuf)), ntohs(from.sin_port)); - +#endif /* For sanity, clean up the string's tail. */ if ( buf[len-1] != '\n' ) { buf[len] = '\n'; len++; } buf[len] = '\0';